home *** CD-ROM | disk | FTP | other *** search
/ Amiga Aktuell / Amiga Aktuell.iso / libs / function.popup < prev    next >
Text File  |  1996-09-05  |  4KB  |  73 lines

  1. abs(x)                 abs()          4   FKT_ABS
  2. acos(x)                acos()         5   FKT_TRIGONOM
  3. acosh(x)               acosh()        6   FKT_TRIGONOM
  4. acot(x)                acot()         5   FKT_TRIGONOM
  5. addrows(m,r1,r2,a)     addrows(,,,)   8   FKT_ADDROWS
  6. asin(x)                asin()         5   FKT_TRIGONOM
  7. asinh(x)               asinh()        6   FKT_ASINH
  8. atan(x)                atan()         5   FKT_TRIGONOM
  9. atanh(x)               atanh()        6   FKT_TRIGONOM
  10. combine(m1,v2,..)      combine()      8   FKT_COMBINE
  11. const(name1,name2..)   const()        6   FKT_CONST
  12. cos(x)                 cos()          4   FKT_TRIGONOM
  13. cosh(x)                cosh()         5   FKT_TRIGONOM
  14. cot(x)                 cot()          4   FKT_TRIGONOM
  15. cvector(m,c)           cvector(,)     8   FKT_CVECTOR
  16. debug(text)            debug()        6   FKT_DEBUG
  17. det(m)                 det()          4   FKT_DET
  18. diff(f,[x])            diff()         5   FKT_DIFF
  19. dim(v)                 dim()          4   FKT_DIM
  20. dispose(ref1,ref2..)   dispose()      8   FKT_DISPOSE
  21. disposeall()           disposeall()   11  FKT_DISPOSEALL
  22. dmode(n)               dmode()        5   FKT_DMODE
  23. do(e1,e2..)            do()           3   FKT_DO
  24. drop(x)                drop()         5   FKT_DROP
  25. eq(e,e)                eq(,)          3   FKT_EQ
  26. eqleft(eq)             eqleft()       7   FKT_EQLEFT
  27. eqright(eq)            eqright()      8   FKT_EQRIGHT
  28. eval(e)                eval()         5   FKT_EVAL
  29. exp(x)                 exp()          4   FKT_EXP
  30. fak(x)                 fak()          4   FKT_FAK
  31. for(i,c,b,r)           for(,,,)       4   FKT_FOR
  32. if(c,t,f)              if(,,)         3   FKT_IF
  33. include(file)          include()      8   FKT_INCLUDE
  34. inv(x)                 inv()          4   FKT_INV
  35. invert(m)              invert()       7   FKT_INVERT
  36. irandom(max)           irandom()      8   FKT_RANDOM
  37. isatomar(x)            isatomar()     7   FKT_ISATOMAR
  38. isboolean(x)           isboolean()    7   FKT_ISBOOLEAN
  39. isequation(x)          isequation()   7   FKT_ISEQUATION
  40. ismatrix(x)            ismatrix()     7   FKT_ISMATRIX
  41. isreal(x)              isreal()       7   FKT_ISREAL
  42. isset(x)               isset()        7   FKT_ISSET
  43. isvector(x)            isvector()     7   FKT_ISVECTOR
  44. ln(x)                  ln()           3   FKT_LOG
  45. log(x)                 log()          4   FKT_LOG
  46. multrow(m,r,a)         multrow(,,)    8   FKT_MULTROW
  47. norm(x)                norm()         5   FKT_NORM
  48. nand(b1,b2)            nand(,)        5   FKT_NAND
  49. neg(x)                 neg()          4   FKT_NEG
  50. nor(b1,b2)             nor(,)         4   FKT_NOR
  51. orthogonal(m)          orthogonal()   11  FKT_ORTHOGONAL
  52. random([max])          random()       7   FKT_RANDOM
  53. randomseed(seed)       randomseed()   11  FKT_RANDOM
  54. rank(m)                rank()         5   FKT_RANK
  55. real(value,err)        real(,)        5   FKT_REAL
  56. rvector(m,r)           rvector(,)     8   FKT_RVECTOR
  57. set(e1,e2..)           set()          4   FKT_SET
  58. show(e)                show()         5   FKT_SHOW
  59. sign(x)                sign()         5   FKT_SIGN
  60. sin(x)                 sin()          4   FKT_TRIGONOM
  61. sinh(x)                sinh()         5   FKT_TRIGONOM
  62. solve(m)               solve()        6   FKT_SOLVE
  63. spur(m)                spur()         5   FKT_SPUR
  64. sqrt(x)                sqrt()         5   FKT_SQRT
  65. swaprows(m,r1,r2)      swaprows(,,)   9   FKT_SWAPROWS
  66. tan(x)                 tan()          4   FKT_TRIGONOM
  67. tanh(x)                tanh()         5   FKT_TRIGONOM
  68. taylor(f,a,g)          taylor(,,)     7   FKT_TAYLOR
  69. trans(m)               trans()        6   FKT_TRANS
  70. umatrix(n)             umatrix()      8   FKT_UMATRIX
  71. window(ref)            window()       7   FKT_WINDOW
  72.  
  73.